* lisp/simple.el (primitive-undo): Move from undo.c.
authorAaron S. Hawley <aaron.s.hawley@gmail.com>
Tue, 8 Jan 2013 19:13:31 +0000 (14:13 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 8 Jan 2013 19:13:31 +0000 (14:13 -0500)
commit0c180ea96c022923ef18a255d0492bdb5ad04e02
tree7aa87eab6247eb50bcfaf16aa02d1cba2db0c7f1
parenta78d13f665e534e093af08fcc28d45f555ca8713
* lisp/simple.el (primitive-undo): Move from undo.c.
* src/undo.c (Fprimitive_undo): Move to simple.el.
(syms_of_undo): Remove declaration for Sprimitive_undo.
* test/automated/undo-tests.el: New file.
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/undo.c
test/ChangeLog
test/automated/undo-tests.el [new file with mode: 0644]